[INFO] cloning repository https://github.com/pantaelaman/case100
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pantaelaman/case100" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpantaelaman%2Fcase100", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpantaelaman%2Fcase100'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 947b8b29f6b610ea060e7d5c54551f83ee3471af
[INFO] checking pantaelaman/case100 against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpantaelaman%2Fcase100" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pantaelaman/case100
[INFO] finished tweaking git repo https://github.com/pantaelaman/case100
[INFO] tweaked toml for git repo https://github.com/pantaelaman/case100 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pantaelaman/case100 on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pantaelaman/case100 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006
[INFO] running `Command { std: "docker" "start" "d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling sdl3-sys v0.4.7+SDL3-3.2.10
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling sdl3 v0.14.24
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking rat-cursor v1.2.0
[INFO] [stderr]     Checking fern v0.7.1
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking color-spantrace v0.2.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking color-eyre v0.6.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking rat-event v1.2.3
[INFO] [stderr]     Checking rat-reloc v1.1.2
[INFO] [stderr]     Checking ratatui-explorer v0.1.4
[INFO] [stderr]     Checking tui-input v0.11.1
[INFO] [stderr]     Checking rat-scrolled v1.1.1
[INFO] [stderr]     Checking rat-focus v1.0.1
[INFO] [stderr]     Checking rat-ftable v1.0.0
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking case100 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `AtomicBool`
[INFO] [stdout]  --> src/devices/onboard.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 |   atomic::{AtomicBool, AtomicU16, Ordering},
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AtomicBool`
[INFO] [stdout]  --> src/devices/onboard.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 |   atomic::{AtomicBool, AtomicU16, Ordering},
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `instr` is never read
[INFO] [stdout]   --> src/core.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 |   InvalidInstruction { instr: i32 },
[INFO] [stdout]    |   ------------------   ^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `iar` is never read
[INFO] [stdout]   --> src/core.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |   InvalidIAR { iar: u32 },
[INFO] [stdout]    |   ----------   ^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `index` is never read
[INFO] [stdout]   --> src/core.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |   InvalidIndex { index: u32 },
[INFO] [stdout]    |   ------------   ^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `error` is never read
[INFO] [stdout]   --> src/core.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |   DeviceFailure { error: crate::devices::DeviceError },
[INFO] [stdout]    |   -------------   ^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LEDDisplayDevice` is never constructed
[INFO] [stdout]   --> src/devices/onboard.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct LEDDisplayDevice {}
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mouse_ev_rx` is never read
[INFO] [stdout]   --> src/sdlcore.rs:46:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct SdlPipesFront {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 45 |   pub draw_cmd_tx: mpsc::Sender<SdlDrawCommand>,
[INFO] [stdout] 46 |   pub mouse_ev_rx: watch::Receiver<SdlMouseEvent>,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SdlTscrEvent` is never constructed
[INFO] [stdout]   --> src/sdlcore.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct SdlTscrEvent {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `dx` and `dy` are never read
[INFO] [stdout]   --> src/sdlcore.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |   Motion {
[INFO] [stdout]    |   ------ fields in this variant
[INFO] [stdout] 69 |     dx: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 70 |     dy: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SdlMouseEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `down`, and `mouse_btn` are never read
[INFO] [stdout]   --> src/sdlcore.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |   Button {
[INFO] [stdout]    |   ------ fields in this variant
[INFO] [stdout] 73 |     x: i32,
[INFO] [stdout]    |     ^
[INFO] [stdout] 74 |     y: i32,
[INFO] [stdout]    |     ^
[INFO] [stdout] 75 |     down: bool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 76 |     mouse_btn: MouseButton,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SdlMouseEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `instr` is never read
[INFO] [stdout]   --> src/core.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 |   InvalidInstruction { instr: i32 },
[INFO] [stdout]    |   ------------------   ^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.03s
[INFO] [stdout] warning: field `iar` is never read
[INFO] [stdout]   --> src/core.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |   InvalidIAR { iar: u32 },
[INFO] [stdout]    |   ----------   ^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `index` is never read
[INFO] [stdout]   --> src/core.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |   InvalidIndex { index: u32 },
[INFO] [stdout]    |   ------------   ^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `error` is never read
[INFO] [stdout]   --> src/core.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |   DeviceFailure { error: crate::devices::DeviceError },
[INFO] [stdout]    |   -------------   ^^^^^
[INFO] [stdout]    |   |
[INFO] [stdout]    |   field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `StepFatal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LEDDisplayDevice` is never constructed
[INFO] [stdout]   --> src/devices/onboard.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct LEDDisplayDevice {}
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mouse_ev_rx` is never read
[INFO] [stdout]   --> src/sdlcore.rs:46:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct SdlPipesFront {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 45 |   pub draw_cmd_tx: mpsc::Sender<SdlDrawCommand>,
[INFO] [stdout] 46 |   pub mouse_ev_rx: watch::Receiver<SdlMouseEvent>,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SdlTscrEvent` is never constructed
[INFO] [stdout]   --> src/sdlcore.rs:60:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct SdlTscrEvent {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `dx` and `dy` are never read
[INFO] [stdout]   --> src/sdlcore.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |   Motion {
[INFO] [stdout]    |   ------ fields in this variant
[INFO] [stdout] 69 |     dx: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 70 |     dy: i32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SdlMouseEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `x`, `y`, `down`, and `mouse_btn` are never read
[INFO] [stdout]   --> src/sdlcore.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |   Button {
[INFO] [stdout]    |   ------ fields in this variant
[INFO] [stdout] 73 |     x: i32,
[INFO] [stdout]    |     ^
[INFO] [stdout] 74 |     y: i32,
[INFO] [stdout]    |     ^
[INFO] [stdout] 75 |     down: bool,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 76 |     mouse_btn: MouseButton,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SdlMouseEvent` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006", kill_on_drop: false }`
[INFO] [stdout] d03c1800046fee399d27a1d95ad532faab682585f87151e797e490944cb5a006
